LN is another very important command in Linux, its function is to create a link for a file in another location, the most common parameter of this command is-s, which is the Ln–s source file destination file.When we need to use the same file in a
File directory Management class command vs. Shell featuresFirst, list the contents of the directory.LS: Lists the contents of the current directory or the specified directoryUsage: ls[options][file_or_dirs]Options:Ls-a List all FilesLS-L Display
For Example:
1. Create a connection to a file
[Root@a ~]# ln-s/home/kk/ss.sh ~ #如果不写目标地址, that is, in the current directory built link
[Root@a ~]# ls
Centos-base.repo.oldboy anaconda-ks.cfg install.log install.log.syslog ss.sh This command indicates
https://www.zhihu.com/question/21418449Mort | Zsh vs. Bash: Incomplete contrast resolution (1) 2014-10-07BdpqlxzWhat's the difference between zsh and bash?A lot of people have written about "why zsh is better than bash", "Why zsh is better than
The file system on Linux is generally EXT2 or EXT3, but this article is not ready to talk about them directly, but I want to combine the Linux operating system and from the foundation of the file system-the hard disk to start, step-by-step
Cause: I recently compiled qemu (for Windows) on Ubuntu, and my target machine is win7 64bit, so naturally installed a mingw64-x-gcc.
Later, we found that the 64-bit environment could not be set up, and many dependent libraries were not supported.
What are the file management class commands on Linux and how they are used?File system operation commands are divided into: directory operation command, file Operation command, Permission action commandDirectory Operations Command:LS lists the
This article address:http://www.cnblogs.com/archimedes/p/linux-commands1.html, reprint please indicate source address.ls commandLS is used to list the contents of the directory, it is one of the most commonly used commands, the LS command format
Original English meaning: tape archive
Chinese meaning: tape ArchivingNoteSolution: A file packaging tool in Unix/Linux is used to pack many files together to form an archive file for archiving. It was originally designed for tape backup and can now
The ln command is a synchronous link for a file, and LN has two types of soft connections and one for hard links. A hard link means that a file can have multiple names, whereas a soft link creates a special file with the content of the file pointing
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.